home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
asm
/
snma-1.97.lha
/
SNMA
/
examples
/
test.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1994-09-07
|
277 b
|
12 lines
* This little example is used to demonstrate global tables of snma.
* If you have addgb'd gbtest.i succesfully, this file should assemble
* just fine with the following command:
* ->rx ShellAsm a.asm
*
* See documents for full explanation.
move.l #NUMBER,d0
HOO d0,d1
rts